FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailRow<TItem> Class / GridDetailRow<TItem> Constructor
The provider.
The associated row.

In This Topic
    GridDetailRow<TItem> Constructor
    In This Topic
    Initializes a new instance of the GridDetailRow<TItem> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal provider As FlexGridDetailProvider(Of TItem), _
       ByVal parentRow As GridRow _
    )
    public GridDetailRow<TItem>( 
       FlexGridDetailProvider<TItem> provider,
       GridRow parentRow
    )

    Parameters

    provider
    The provider.
    parentRow
    The associated row.
    See Also